home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / drom.dir / 00101.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  392 b   |  12 lines

  1. on mouseUp
  2.   if the castNum of sprite 28 = the memberNum of member "play" then
  3.     set the castNum of sprite 28 to the memberNum of member "stop"
  4.     set the movieRate of sprite 45 to 1
  5.     set the volume of sprite 45 to 255
  6.   else
  7.     set the castNum of sprite 28 to the memberNum of member "play"
  8.     set the movieRate of sprite 45 to 0
  9.     set the movieTime of sprite 45 to 0
  10.   end if
  11. end
  12.